.footer_new {
    width: 100%;
    height: auto;
    background: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 9;
}

.footer_container .title {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #999999;
    opacity: 1;
}

.mar {
    margin-top: 30px;
}

.link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.link a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 1;
}

.footer_container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    z-index: 999
}

.footer_container .container_left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 80px;
}

.footer_container .link div {
    margin-right: 30px;
}

.footer_new .bottom .text span {
    line-height: 50px;
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    opacity: 1;
    margin-left: 20px;
}

.footer_new .bottom .text {
    line-height: 50px;
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    opacity: 1;
    width: 826px;
}

.footer_new .bottom .text a {
    color: #999;
}

.footer_new .bottom .text a:hover {
    color: #ED404D;
}

.footer_new .bottom .text img {
    vertical-align: middle;
    margin-left: 10px;
}

.footer_new .download {
    display: flex;
}

.download img {
    margin-left: 20px;
}

.download div {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #999999;
    opacity: 1;
    margin-left: 20px;
}

.bottom {
    width: 100%;
    height: 100px;
    line-height: 50px;
    background-color: #262626;
    margin-top: 40px;
}

.bottom_mask {
    position: absolute;
    bottom: 0;
    background-color: #262626;
    height: 100px;
    width: 100%;
    left: 0;
    right: 0;
}